翻訳と辞書
Words near each other
・ contract programmer
・ contraction
・ control
・ control and status register
・ control bus
・ control code
・ control flow
・ control language
・ control program
・ control program for microcomputers
control structure
・ control tty
・ control unit
・ control-c
・ control-g
・ control-o
・ control-q
・ control-s
・ controller
・ conventional memory


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

control structure : FOLDOC
control structure
One of the instructions, statements or groups of statements in a programming language which determines the sequence of execution of other instructions or statements (the control flow).
In assembly language this typically consists of {jumps} and {conditional jumps} along with procedure call and return though some architectures include other constructs such as an instruction which skips the following instruction depending on some condition (PDP?), various kinds of loop instructions (later Motorola 680x0) or conditional execution of all instructions (Advanced RISC Machine).
Basic control structures (whatever their names in particular languages) include "if CONDITION then EXPRESSION else EXPRESSION", the switch statement, "while CONDITION do EXPRESSION", "gosub", the suspect "goto" and the much-feared "come from". Other constructs handle errors and exceptions such as {traps} and interrupts.
(1997-09-14)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.